watchCursor
Standard Cursors defined constants
#include <Quickdraw.h>
iBeamCursor=1 crossCursor=2 plusCursor=3 watchCursor=4 arrow (na)

Notes: Use these constants (1 through 4) in calls to GetCursor. In calls to
SetCursor, pass the address of a 68-byte Cursor structure which
contains the desired cursor definition.
To set the cursor to the default, left-leaning arrow, call InitCursor or
pass the address of the QuickDraw global variable, arrow (at A5-108); eg:
SetCursor( &arrow).